home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON06 / ACT06A / L06A1.dir / scripts.cst_9_doAction - on mouseDown.ls < prev    next >
Encoding:
Text File  |  2004-07-11  |  112 b   |  8 lines

  1. on mouseDown
  2.   doAction(the clickOn)
  3.   updateStage()
  4.   repeat while soundBusy(1)
  5.     nothing()
  6.   end repeat
  7. end
  8.